Skip to content

Add support for WAV files with appended metadata#113

Open
nateranda wants to merge 5 commits intodhowden:masterfrom
nateranda:master
Open

Add support for WAV files with appended metadata#113
nateranda wants to merge 5 commits intodhowden:masterfrom
nateranda:master

Conversation

@nateranda
Copy link

Some software like Audacity, MP3tag, and Serato DJ store metadata in WAV files by appending ID3 tags in a new RIFF chunk. Some discussion on this here.

I added support by seeking to the start of the appended metadata, then recalling the parent function. An earlier commit implements ID3-appended WAV support without recursive functions if they should be avoided, but the current implementation supports all metadata types. I am happy to write tests for this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant